go/parser.parser.inRhs (field)
8 uses
go/parser (current package)
parser.go#L59: inRhs bool // if set, the parser is parsing a rhs expression
parser.go#L511: old := p.inRhs
parser.go#L512: p.inRhs = inRhs
parser.go#L514: p.inRhs = old
parser.go#L1845: if p.inRhs && tok == token.ASSIGN {
parser.go#L1890: old := p.inRhs
parser.go#L1891: p.inRhs = true
parser.go#L1893: p.inRhs = old
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)